←Select platform

SetItem Method

Summary
Replaces the item at the specified index.
Syntax
C#
C++/CLI
Python
protected override void SetItem( 
   int index, 
   T item 
) 
protected: 
void SetItem(  
   int index, 
   T^ item 
) override  
def SetItem(self,index,item): 

Parameters

index
The 0-based index of the item to replace.

item
The new value of the item.

Remarks

This method raises the CollectionChanged event with Replace action.

Requirements

Target Platforms

Help Version 22.0.2023.5.16
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.